home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap13 / GridDemo / Resource.h < prev   
Encoding:
C/C++ Source or Header  |  1996-04-05  |  674 b   |  22 lines

  1. //***********************************************************************
  2. //
  3. //  Resource.h
  4. //
  5. //***********************************************************************
  6.  
  7. #define IDR_MAINFRAME               100
  8.  
  9. #define IDM_OPTIONS_SETTINGS        110
  10. #define IDM_OPTIONS_EXIT            111
  11.  
  12. #define IDD_SETTINGSDLG             120
  13. #define IDC_SLIDER                  121
  14. #define IDC_EDITHORZ                122
  15. #define IDC_SPINHORZ                123
  16. #define IDC_EDITVERT                124
  17. #define IDC_SPINVERT                125
  18.  
  19. #define IDS_SLIDER                  130
  20. #define IDS_EDITHORZ                131
  21. #define IDS_EDITVERT                132
  22.